home *** CD-ROM | disk | FTP | other *** search
- Path: interramp.com!usenet
- From: kevin <us007425@interramp.com>
- Newsgroups: comp.lang.c
- Subject: STRING PROBLEM
- Date: Mon, 25 Mar 96 19:33:24 PDT
- Organization: PSI Public Usenet Link
- Message-ID: <NEWTNews.8261.827811321.us007425@interramp.com>
- NNTP-Posting-Host: 38.12.78.229
- Mime-Version: 1.0
- Content-Type: TEXT/PLAIN; charset=US-ASCII
- X-Newsreader: NEWTNews & Chameleon -- TCP/IP for MS Windows from NetManage
-
-
- Hi,
-
- Can anyone tell me if you can have an array of strings, such as:
-
- example[26][100];
-
- and if so, how do assign string to the various members. I've tried
- things like:
-
- strcpy(example[i][j],buffer);
-
- Can anyone help?
-
- Kevin
-
-